home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.9"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .ApplyTextureFill "", "Texture Blend Horizontal", "Texture Blend Horizontal"
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-